1.Even better, the website can generate ready-to-use code snippets. A real time gain for you and your clients!
该网站还能生产现成的代码段,对你和你的客户来说都是一笔即时的收获。
2.To see this in action, use code like that shown in Listing 5 to test the response text of a request, as well as its ready state.
要查看这种变化,请使用如清单5所示的代码来测试请求的响应文本,以及它们的就绪状态。
3.If you were just using plain text to send this data to a server, you might use code that looks something like Listing 1.
如果使用普通文本把这些数据发送到服务器,可以使用清单1所示的代码。
4.If you wanted to see the average, count, max, and standard of the frequency values, you can use code similar to Listing 8.
如果想要看到频率值的平均值、统计数、最大值和标准值,可以使用类似于清单8中的代码。
5.Code generation: Where some complexity of code is unavoidable it may be possible to use code generation techniques.
代码生成:在无法避免代码复杂性的地方,可以使用代码生成技术。
6.Create and use code analysis check-in policies: You can choose from a standard set of code analysis rules, or you can create a custom set.
建立和使用程式码分析签入原则:您可以从一组标准的程式码分析规则选择,或可以建立自订集。
7.You can use code snippets to type a short alias, and then expand it into a common programming construct.
可以使用代码段键入短的别名,然后在通用编程构造中将其展开。
8.This walkthrough introduces you to Web pages that use code separation.
本演练介绍使用代码分离的网页。
9.Because you cannot associate an add-in with a solution file through the registry, you must use code to do it.
由于无法通过注册表将外接程序与解决方案文件相关联,因此必须使用代码执行此操作。
10.It should be clear by now that, to get the most out of the Static Checker, you must use Code Contracts all throughout your code.
既然要获得最大的静态检查器,则必须使用整个代码中的所有代码合同,它应该是清楚了。